Head First Web Design by Ethan Watrall

Head First Web Design by Ethan Watrall

Author:Ethan Watrall [Ethan Watrall and Jeff Siarto]
Language: eng
Format: epub
Tags: COMPUTERS / Web / Page Design
ISBN: 9781449369828
Publisher: O'Reilly Media
Published: 2009-06-29T16:00:00+00:00


We could, but be careful. Do you mean text size or heading level?

The level, not the size, of a heading conveys importance

HTML comes out of the box with six different header levels: <h1> through <h6>. With no stylesheet (just the naked markup), most browsers will render <h1> in the largest text and <h6> in the smallest.

Remember, HTML’s a markup language and isn’t intended to convey style information. The different heading levels are used to signify importance in your content. A level one heading <h1> is the most important heading, <h2> is the next-most important, and so on.

When you’re marking up your sites, remember to make main headings <h1> or <h2> and make other sub-headings a lower heading level. This will ensure that the site is semantically correct and search engines are interpreting your content correctly. (Remember, the bots can’t actually see your design.)



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.